-
Notifications
You must be signed in to change notification settings - Fork 119
chore(SidePanel): fix a11y contrast issue #3923
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit be833b5. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 3 targetsSent with 💌 from NxCloud. |
Size Change: 0 B Total Size: 1.05 MB ℹ️ View Unchanged
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit be833b5:
|
Passing run #8085 ↗︎Details:
Review all test suite changes for PR #3923 ↗︎ |
SidePanelHeader, | ||
SidePanelHeaderActions, | ||
SidePanelPushContentWrapper, | ||
} from "../src"; | ||
} from "@twilio-paste/side-panel"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question: why this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I reviewed the other stories and they all used the same import format. I only now realize that is for all other components except the package it is changing. I will revert this
import { Anchor } from "@twilio-paste/anchor"; | ||
import { Avatar } from "@twilio-paste/avatar"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion(non-blocking): probably best to keep these eslint-disables at the top of the file so eslint doesn't get angry about these 2 imports
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great suggestion, addressed in latest PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏 it's resolved! Great final fix for this
Passing run #8086 ↗︎Details:
Review all test suite changes for PR #3923 ↗︎ |
Fix issues that occur with a11y color-contrast on Side Panel